home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 8
/
Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso
/
Aminet
/
mus
/
play
/
tracker_4_31.lzh
/
tracker
/
PPUnpack
/
depack.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-03-03
|
335b
|
13 lines
/* prototypes for unpacker functions */
/* copyright (c) Marc Espie, 1995
* see accompanying file README for distribution information
*/
typedef unsigned char ubyte;
typedef unsigned long ulong;
extern ulong depackedlen(ubyte *packed, ulong plen);
extern void ppdepack(ubyte *packed, ubyte *depacked, ulong plen, ulong unplen);